home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / program / misc / bgui12.lha / demos / BGUIPlayer / ReadMe < prev    next >
Text File  |  1995-08-17  |  2KB  |  79 lines

  1.  
  2. This is a somewhat complete program which I distribute as a demo of BGUI.
  3. It  is    a  CD-ROM  Audio  Disk    player program which should work  on most
  4. SCSI-2 CD-ROM devices. If it doesn't on your setup, source is included.
  5.  
  6.  It has been reported to work on:
  7.  
  8.  o CHINON CDS-525.
  9.  o Toshiba 4101.
  10.  
  11.  And not to work on:
  12.  
  13.  o Mitsumi & TandemCD.device.
  14.  
  15. The  GUI  of  the  player  is so simple that I am not going to explain it
  16. here. It should be quite obvious as to what all controls are used for.
  17.  
  18. This  file is by no means ment as a documentation but it does explain the
  19. somewhat  less    obvious things.   Namely  the configuration  file of BGP.
  20. The configuration file "bgp.prefs" can hold the following commands:
  21.  
  22. DEVICE NAME/K,BOARD/K/N,LUN/K/N,ADDRESS/K/N
  23.  
  24.     NAME
  25.         The  name  of  the SCSI device which you use to interface
  26.         with your CD-ROM player.  The  supplied  config  file has
  27.         "a4000_atapi.device" which is the driver I'm using.
  28.  
  29.     BOARD
  30.         Controller board number.
  31.  
  32.     LUN
  33.         Logical Unit Number.
  34.  
  35.     ADDRESS
  36.         The target ID.
  37.  
  38. POPKEY KEY/A/F
  39.  
  40.     KEY
  41.         The input description string of the key which you want to
  42.         use for opening the player window.
  43.  
  44. PUBSCREEN SCREEN/K,DEFAULT/S
  45.  
  46.     SCREEN
  47.         The name of the public screen of which the  player window
  48.         should open.
  49.  
  50.     DEFAULT
  51.         When specified the window will open on the default public
  52.         screen.
  53.  
  54. POPUP YES/S,NO/S
  55.  
  56.     YES
  57.         Will open the window uppon startup.
  58.  
  59.     NO
  60.         Will not open the window uppon startup.
  61.  
  62. DISKPATH PATH/F
  63.  
  64.     PATH
  65.         The  complete  path  name in which the player is going to
  66.         look for and write the disk catalog files. The disk files
  67.         in the distribution is a small selection of my CDs.
  68.  
  69. When entering the  disk  title,  artist,  track  titles etc.  the CD must
  70. remain in the drive.
  71.  
  72. The only thing that is left for me to say is that the player is based  on
  73. the SCSI code from the MultiCDPlayer by Boris Jakubaschk and the SCSIUtil
  74. tool by Gary Duncan and Heiko Rath all of which I wish to thank for their
  75. permission to include their code in BGP.
  76.  
  77. Enjoy,
  78.                   Jan
  79.